home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / slatex / sladebug.uni < prev    next >
Text File  |  1993-11-07  |  572b  |  22 lines

  1. scheme=chez
  2.  
  3. # scheme is the name by which you call your Scheme.  Specify full pathname
  4. # if its location is not in your path.
  5.  
  6. slatexdir=/home/dorai/scm/slatex/sun4/
  7.  
  8. # slatexdir is the location of the file slatex.ss.  Final / must be
  9. # included.
  10.  
  11. # Do not modify below this line.
  12.  
  13. # Call sladebug on the commandline to check what tokens get
  14. # translated into.  I/o to/fro tty.
  15.  
  16. echo '
  17.   (load "'$slatexdir'slatex.ss")
  18.   (newline) (display "SLaTeX check...") (newline)
  19.   (scheme2tex (current-input-port) (current-output-port))
  20.   (exit)
  21.   ' | $scheme
  22.